runtime.bucket.nstk (field)
8 uses
runtime (current package)
mprof.go#L68: nstk uintptr
mprof.go#L227: b.nstk = uintptr(nstk)
mprof.go#L234: return stk[:b.nstk:b.nstk]
mprof.go#L242: data := add(unsafe.Pointer(b), unsafe.Sizeof(*b)+b.nstk*unsafe.Sizeof(uintptr(0)))
mprof.go#L251: data := add(unsafe.Pointer(b), unsafe.Sizeof(*b)+b.nstk*unsafe.Sizeof(uintptr(0)))
mprof.go#L722: for i := int(b.nstk); i < len(r.Stack0); i++ {
mprof.go#L732: fn(b, b.nstk, &b.stk()[0], b.size, mp.active.allocs, mp.active.frees)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |